home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / calc_dipshit.h < prev    next >
Text File  |  1996-06-22  |  487b  |  28 lines

  1. /* calc_dipshit.h */
  2. /* Created 930331 3:12 PM by James Ullrey */
  3.  
  4. #ifndef __CDI__
  5. #define __CDI__
  6.  
  7. typedef struct
  8. {
  9.     Str255            Field3Text;
  10.     Str255            Field5Text;
  11. } WizRec, *WizRecPtr;
  12.  
  13. typedef struct
  14. {
  15.     Str255            Field3Text;
  16.     Str255            Field4Text;
  17.     Str255            Field5Text;
  18. } PassRec, *PassRecPtr;
  19.  
  20.         void    DumbShit        (short selector);
  21.         void    DipShit            (void);
  22.         
  23.         void     dipshit_seg        (void);
  24.         void    DoTheWiz        (void);
  25.         void    DoSetPassword    (void);
  26.         void    DoShareCopy        (void);
  27.  
  28. #endif    /*    __CDI__    */